

html{
    min-width: 1210px;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.header-content .wrap{
    position: relative;
}
.logo{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.nav{
    float: right;
}
.nav a{
    float: left;
    display: inline-block;
    height: 76px;
    line-height: 80px;
    font-size: 15px;
    color: #333333;
    padding: 0 15px;
    margin-left: 14px;
    border-bottom: 4px solid white;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.nav a.on{
    color: #e67816;
    border-bottom: 4px solid #e67816;
}
.nav a:hover{
    color: #e67816;
    border-bottom: 4px solid #e67816;
}


/*5.23新增样式*/
.header-lang{
    float: right;
    margin-left: 36px;
    margin-top: 26px;
}
.header-lang a{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #c3c1c1;
    border-radius: 100%;
    color: #c3c1c1;
    margin: 0 6px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-lang a.on{
    color: #e67816;
    border: 1px solid #e67816;
}
.header-lang a:hover{
    color: #e67816;
    border: 1px solid #e67816;
}
.index-banner .swiper-container{
    height: 650px;
    position: relative;
}
.index-banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.index-banner .swiper-pagination-switch {
    display: inline-block;
    width: 48px;
    height: 8px;
    background: none;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    cursor: pointer;
}
.index-banner .swiper-pagination-switch:first-child{
    border-left: 1px solid white;
}
.index-banner .swiper-pagination-switch:last-child{
    border-right: 1px solid white;
}
.index-banner .swiper-active-switch {
    background: url("../images/pagina-bg-on.png") no-repeat center center;
}
.index-title{
    text-align: center;
}
.index-title h3{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.index-title p{
    font-family: Arial;
    color: #aaaaaa;
    margin-top: 6px;
}
.index-title-line{
    width: 60px;
    height: 5px;
    background-color: #efb820;
    margin: 10px auto 0;
}
.index-product-content{
    padding-top: 6px;
}
.index-product{
    padding-bottom: 60px;
}
.is-box{
    position: relative;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    overflow: hidden;
}
.is-box-img img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.is-box:hover .is-box-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index-product-content .is-box:nth-child(3n+1){
    margin-left: 0;
}
.is-box-p{
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 100%;
    background: url("../images/is-bg.png");
    z-index: 2;
}
.is-box-p-t1{
    float: left;
    font-size: 18px;
    margin-left: 24px;
    margin-top: 40px;
    width: 20px;
    color: #a9e17d;
    text-align: center;
    background-color: #2c5c33;
    line-height: 20px;
    padding: 1px 0;
}
.is-box-p-t2{
    float: left;
    font-size: 24px;
    margin-left: 6px;
    margin-top: 38px;
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.index-about{
    background-color: #eeeeee;
    padding-bottom: 60px;
}
.index-about-img{
    margin-top: 40px;
}
.index-about-more{
    text-align: center;
    margin-top: 56px;
}
.index-about-more a{
    display: inline-block;
    width: 280px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #397637;
    border: 1px solid #82b857;
}

.index-partner-content{
    padding-top: 16px;
    padding-bottom: 100px;
}
.ipart-box{
    float: left;
    margin: 24px 10px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ipart-box:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.ipart-box img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.ipart-box:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}


.index-service{
    padding-bottom: 50px;
}
.index-service-content{
    margin-top: 30px;
    position: relative;
}
.iser-line{
    position: absolute;
    top: 185px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
}



/*首页服务支持*/
.iser-box{
    position: relative;
    float: left;
    width: 150px;
    height: 374px;
    /*background: black;*/
}
.iser-box1 .iser-icon{
    position: absolute;
    left: 34px;
    top: 78px;
    width: 80px;
    height: 80px;
    background: url("../images/iser1.png") no-repeat;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iser-box1:hover .iser-icon{
    top: 210px;
    background: url("../images/iser1-on.png") no-repeat;
}
.iser-box2 .iser-icon{
    position: absolute;
    left: 34px;
    top: 210px;
    width: 80px;
    height: 80px;
    z-index: 3;
    background: url("../images/iser2.png") no-repeat;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iser-box2:hover .iser-icon{
    top: 78px;
    background: url("../images/iser2-on.png") no-repeat;
}
.iser-box3 .iser-icon{
    position: absolute;
    left: 34px;
    top: 78px;
    width: 80px;
    height: 80px;
    background: url("../images/iser3.png") no-repeat;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iser-box3:hover .iser-icon{
    top: 210px;
    background: url("../images/iser3-on.png") no-repeat;
}
.iser-box4 .iser-icon{
    position: absolute;
    left: 34px;
    top: 210px;
    width: 80px;
    height: 80px;
    z-index: 3;
    background: url("../images/iser4.png") no-repeat;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iser-box4:hover .iser-icon{
    top: 78px;
    background: url("../images/iser4-on.png") no-repeat;
}
.iser-box5 .iser-icon{
    position: absolute;
    left: 34px;
    top: 78px;
    width: 80px;
    height: 80px;
    background: url("../images/iser5.png") no-repeat;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iser-box5:hover .iser-icon{
    top: 210px;
    background: url("../images/iser5-on.png") no-repeat;
}
.iser-box6 .iser-icon{
    position: absolute;
    left: 34px;
    top: 210px;
    width: 80px;
    height: 80px;
    z-index: 3;
    background: url("../images/iser6.png") no-repeat;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iser-box6:hover .iser-icon{
    top: 78px;
    background: url("../images/iser6-on.png") no-repeat;
}
.iser-box7 .iser-icon{
    position: absolute;
    left: 34px;
    top: 78px;
    width: 80px;
    height: 80px;
    background: url("../images/iser7.png") no-repeat;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iser-box7:hover .iser-icon{
    top: 210px;
    background: url("../images/iser7-on.png") no-repeat;
}
.iser-box8 .iser-icon{
    position: absolute;
    left: 34px;
    top: 210px;
    width: 80px;
    height: 80px;
    z-index: 3;
    background: url("../images/iser8.png") no-repeat;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iser-box8:hover .iser-icon{
    top: 78px;
    background: url("../images/iser8-on.png") no-repeat;
}

.iser-point{
    position: absolute;
    top: 180px;
    left: 60px;
    width: 31px;
    height: 11px;
    background: url("../images/iser-point.jpg") no-repeat;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iser-box:hover .iser-point{
    background: url("../images/iser-point-on.jpg") no-repeat;
}

.iser-p{
    position: absolute;
    left: 0;
    top: 220px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 3;
    color: #999999;
}
.iser-box1:hover .iser-p{
    top: 308px;
    color: #333333;
}
.iser-box2 .iser-p{
    position: absolute;
    left: 0;
    top: 128px;
    width: 100%;
    text-align: center;
}
.iser-box2:hover .iser-p{
    top: 42px;
    color: #333333;
}
.iser-box3:hover .iser-p{
    top: 308px;
    color: #333333;
}
.iser-box4 .iser-p{
    position: absolute;
    left: 0;
    top: 128px;
    width: 100%;
    text-align: center;
}
.iser-box4:hover .iser-p{
    top: 42px;
    color: #333333;
}
.iser-box5:hover .iser-p{
    top: 308px;
    color: #333333;
}
.iser-box6 .iser-p{
    position: absolute;
    left: 0;
    top: 128px;
    width: 100%;
    text-align: center;
}
.iser-box6:hover .iser-p{
    top: 42px;
    color: #333333;
}
.iser-box7:hover .iser-p{
    top: 308px;
    color: #333333;
}
.iser-box8 .iser-p{
    position: absolute;
    left: 0;
    top: 128px;
    width: 100%;
    text-align: center;
}
.iser-box8:hover .iser-p{
    top: 42px;
    color: #333333;
}
.iser-p p{
    width: 86%;
    margin: 0 auto;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.iser-box1 .iser-frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/iser-frame1.png") no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.iser-box:hover .iser-frame{
    opacity: 1;
}
.iser-box2 .iser-frame{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/iser-frame2.png") no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.iser-box3 .iser-frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/iser-frame1.png") no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.iser-box4 .iser-frame{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/iser-frame2.png") no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.iser-box5 .iser-frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/iser-frame1.png") no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.iser-box6 .iser-frame{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/iser-frame2.png") no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.iser-box7 .iser-frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/iser-frame1.png") no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.iser-box8 .iser-frame{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/iser-frame2.png") no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.iser-box1 .iser-frame-img{
    text-align: center;
    padding-top: 5px;
}
.iser-box2 .iser-frame-img{
    text-align: center;
    padding-top: 14px;
}
.iser-box3 .iser-frame-img{
    text-align: center;
    padding-top: 5px;
}
.iser-box4 .iser-frame-img{
    text-align: center;
    padding-top: 14px;
}
.iser-box5 .iser-frame-img{
    text-align: center;
    padding-top: 5px;
}
.iser-box6 .iser-frame-img{
    text-align: center;
    padding-top: 14px;
}
.iser-box7 .iser-frame-img{
    text-align: center;
    padding-top: 5px;
}
.iser-box8 .iser-frame-img{
    text-align: center;
    padding-top: 14px;
}
/*首页服务支持结束*/





.index-news{
    background-color: #f5f5f5;
    padding-bottom: 68px;
}
.index-news-content{
    padding-top: 40px;
}
.in-box{
    float: left;
    padding: 10px;
    background-color: white;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.in-box:hover{
    border: 1px solid #84bd5a;
}
.index-news-content .in-box:nth-child(2n){
    float: right;
}
.in-box-c{
    width: 570px;
    height: 470px;
    overflow: hidden;
}
.in-box-title{
    padding: 0 10px;
}
.in-box-title h3{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.in-box:hover .in-box-title h3{
    color: #86be5a;
}
.in-box-title p{
    font-size: 18px;
    color: #999999;
    margin-top: 12px;
    font-style: italic;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.in-box:hover .in-box-title p{
    color: #333333;
}
.in-box-line{
    position: relative;
    height: 7px;
    background: url("../images/in-box-line-bg.png") no-repeat left center;
}

.in-box-line-on{
    position: absolute;
    left: -564px;
    top: 0;
    width: 100%;
    height: 7px;
    background: url("../images/in-box-line1.png") no-repeat;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.in-box:hover .in-box-line-on{
    left: 0;
    background: url("../images/in-box-line2.png") no-repeat;
}
.in-box-article{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.in-box:hover .in-box-article{
    color: #666666;
}



.footer-content{
    background-color: #333333;
    padding-top: 46px;
    padding-bottom: 80px;
}
.footer-title{
    font-size: 18px;
    color: #eeeeee;
}
.footer-contact{
    float: left;
    width: 280px;
    margin-left: 50px;
}
.footer-contact-way{
    padding-top: 20px;
}
.footer-contact-way p{
    padding-left: 30px;
    font-size: 14px;
    color: #bbb;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.footer-contact-support{
    margin-top: 24px;
}
.footer-contact-support p{
    font-size: 14px;
    line-height: 24px;
    color: #bbb;
}
.footer-contact-support p a{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #bbb;
}
.footer-message{
    float: left;
    width: 300px;
    margin-left: 110px;
}
.footer-message-content{
    padding-top: 14px;
}
.footer-message-list{
    margin-top: 10px;
}
.f-message-input{
    float: left;
    width: 122px;
    padding: 0 10px;
    border: 1px solid #bbb;
    font-size: 14px;
    height: 28px;
    background-color: #333333;
    color: #bbb;
}
.f-message-input::-webkit-input-placeholder{
    color: #8dbd9b;
}
.footer-message-list .f-message-input:nth-child(2){
    margin-left: 12px;
}
.f-message-textarea{
    resize: none;
    width: 278px;
    padding: 4px 10px;
    border: 1px solid #bbb;
    background-color: #333333;
    height: 140px;
    font-size: 14px;
    line-height: 22px;
    color: white;
}
.f-message-textarea::-webkit-input-placeholder{
    color: #8dbd9b;
}
.footer-message-submit{
    margin-top: 20px;
}
.footer-message-submit input{
    border: 1px solid #bbb;
    background-color: #e67816;
    height: 38px;
    font-size: 16px;
    width: 118px;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}
.footer-service{
    float: right;
    width: 304px;
    margin-right: 50px;
}
.footer-phone h4{
    font-size: 16px;
    color: #e67816;
    font-weight: normal;
}
.footer-phone p{
    font-size: 36px;
    color: white;
    font-style: arial;
    margin-top: 10px;
}
.footer-service-content{
    margin-top: 28px;
}
.footer-service-code{
    float: left;
    width: 120px;
    text-align: center;
}
.footer-service-code p{
    font-size: 14px;
    line-height: 24px;
    color: #bbb;
    margin-top: 12px;
}
.footer-service-share{
    float: right;
    margin-top: 18px;
    width: 160px;
}
.footer-service-share p{
    font-size: 14px;
    color: #bbb;
}
.footer-share-icon{
    margin-top: 8px;
}
.footer-share-icon a{
    display: inline-block;
    margin-left: 10px;
    margin-top: 12px;
}
.footer-share-icon a:nth-child(3n+1){
    margin-left: 0;
}



.inner-nav-content{
    position: relative;
    margin-top: 8px;
    background-color: white;
    padding-bottom: 10px;
    border-bottom: 1px solid #e67816;
}
.inner-nav-box{
    float: left;
    width: 180px;
    height: 56px;
    text-align: center;
}
.inner-nav-box.on{
    background-color: #e67816;
}
.inner-nav-box a{
    display: block;
    height: 100%;
}
.inner-nav-box h4{
    color: #333;
    font-size: 18px;
    padding-top: 17px;
}
.inner-nav-box.on h4{
    color: white;
}
.inner-nav-box p{
    font-family: Arial;
    color: #aaaaaa;
    text-transform: uppercase;
    margin-top: 6px;
}
.inner-nav-box.on p{
    color: white;
}
.inner-nav-btn{
    position: absolute;
    top: 20px;
    right: 16px;
    width: 90px;
}
.inav-btn-prev{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #eee url("../images/inav-prev.png") no-repeat center center;
    margin: 0 2px;
}
.inav-btn-next{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #e67816 url("../images/inav-next.png") no-repeat center center;
    margin: 0 2px;
}


.product{
    padding-bottom: 40px;
}
.product-content{
    padding-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
.product-box{
    float: left;
    width: 268px;
    height: 348px;
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    margin-left: 40px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-content .product-box:nth-child(4n+1){
    margin-left: 0;
}
.product-box-img{
    width: 250px;
    height: 250px;
    margin: 9px auto 0;
    overflow: hidden;
}
.product-box-img img{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-box:hover .product-box-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-box-p{
    height: 70px;
    line-height: 70px;
    width: 250px;
    margin: 10px auto 0;
    text-align: center;
    background-color: white;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-box-p p{
    padding: 0 16px;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-box:hover{
    border: 1px solid #e67816;
}
.product-box:hover .product-box-p{
    background-color: #e67816;
}
.product-box:hover .product-box-p p{
    color: white;
}
.page{
    text-align: center;
}
.page a{
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #888888;
    border: 1px solid #d8d8d8;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page a.first{
    width: 58px;
}
.page a.end{
    width: 58px;
}
.page a.on{
    color: #187733;
    border: 1px solid #187733;
}
.page a:hover{
    color: #187733;
    border: 1px solid #187733;
}


.product-detail-title h3{
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    padding: 30px;
    border-bottom: 1px dotted #bbbbbb;
}
.pd-info{
    background-color: #f8f8f8;
    padding-top: 34px;
    padding-bottom: 46px;
}
.pd-info-right{
    float: right;
    width: 400px;
    height: 540px;
    line-height: 540px;
    margin-right: 50px;
}
.pd-info-right-p{
    display: inline-block;
    vertical-align: middle;
}
.pd-info-right-p p{
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}


.news{
    padding-bottom: 60px;
}
.news-content{
    padding-bottom: 36px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
.news-box{
    margin-top: 24px;
}
.news-box-title{
    padding-top: 34px;
    font-size: 20px;
    color: #333333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news-box:hover .news-box-title{
    color: #e67816;
}
.news-box-p{
    float: left;
    width: 570px;
    padding: 0 10px;
    border-top: 1px solid #e67816;
    margin-top: 6px;
}
.news-box-read{
    margin-top: 22px;
}
.nbr-time{
    float: left;
    background: url("../images/time.png") no-repeat left center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    padding-left: 30px;
}
.nbr-writer{
    float: left;
    margin-left: 48px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}
.news-box-article{
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 18px;
}
.news-box-more{
    width: 88px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #bbbbbb;
    margin-top: 42px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news-box:hover .news-box-more{
    border: 1px solid #e67816;
    color: #e67816;
}
.news-box-img{
    float: right;
    overflow: hidden;
}
.news-box-img img{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news-box:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news-detail-title{
    text-align: center;
    padding-top: 42px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #bbbbbb;
}
.news-detail-title h3{
    font-size: 20px;
    color: #444444;
    font-weight: normal;
    line-height: 30px;
}
.news-detail-title p{
    color: #bbbbbb;
    line-height: 20px;
    margin-top: 6px;
}


.service-title{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #444444;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #bbbbbb;
}
.service-content{
    padding-bottom: 40px;
}
.service-list{
    padding-top: 26px;
    padding-bottom: 30px;
}
.service-list .service-box:nth-child(2n+1){
    background-color: #f8f8f8;
}
.service-box a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: url("../images/service-icon.png") no-repeat 20px center;
    padding-left: 60px;
    font-size: 14px;
    color: #333333;
}
.service-box a:hover{
    color: #e67816;
}

.join-apply{
    padding-bottom: 140px;
}
.join-list-container{
    padding-top: 20px;
}
.join-list{
    margin-top: 16px;
}
.join-box{
    position: relative;
    float: left;
    width: 590px;
}
.join-list .join-box:nth-child(2){
    margin-left: 20px;
}
.join-star{
    position: absolute;
    top: 12px;
    right: 0;
    color: #ff0000;
}
.join-box p{
    font-size: 14px;
    color: #333333;
    line-height: 34px;
}
.join-input{
    width: 568px;
    height: 48px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    background-color: #f8f8f8;
}
.join-list2{
    margin-top: 16px;
}
.join-list2 .join-box{
    width: 100%;
}
.join-textarea{
    resize: none;
    width: 1178px;
    padding: 12px 10px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    background-color: #f8f8f8;
    line-height: 24px;
    height: 240px;
}
.join-submit{
    margin-top: 30px;
}
.join-submit input{
    height: 60px;
    background-color: #e67816;
    color: white;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
    border: none;
}


.contact{
    padding-bottom: 100px;
}
.contact-type{
    width: 1040px;
    margin: 0 auto;
    padding-top: 60px;
}
.contact-box{
    float: left;
    width: 240px;
    margin: 0 10px;
    text-align: center;
}
.contact-box-icon{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-box1 .contact-box-icon{
    background: url("../images/cb1.png") no-repeat;
}
.contact-box1:hover .contact-box-icon{
    background: url("../images/cb1-on.png") no-repeat;
}
.contact-box2 .contact-box-icon{
    background: url("../images/cb2.png") no-repeat;
}
.contact-box2:hover .contact-box-icon{
    background: url("../images/cb2-on.png") no-repeat;
}
.contact-box3 .contact-box-icon{
    background: url("../images/cb3.png") no-repeat;
}
.contact-box3:hover .contact-box-icon{
    background: url("../images/cb3-on.png") no-repeat;
}
.contact-box4 .contact-box-icon{
    background: url("../images/cb4.png") no-repeat;
}
.contact-box4:hover .contact-box-icon{
    background: url("../images/cb4-on.png") no-repeat;
}
.contact-box-p h4{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin-top: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-box:hover .contact-box-p h4{
    color: #e67816;
}
.contact-box-p p{
    font-size: 20px;
    color: #333333;
    margin-top: 6px;
}
.contact-box-d{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-box:hover .contact-box-d{
    color: #e67816;
}
.contact-map{
    margin-top: 50px;
}

.contact-message{
    padding-bottom: 120px;
}

.log{
    height: 1000px;
    background: url("../images/log-bg.jpg") no-repeat center center;
    background-size: cover;
    border-top: 1px solid #15692d;
}
.log-content{
    width: 440px;
    height: 450px;
    background: url("../images/log-content-bg.png");
    margin: 234px auto 0;
    border: 1px solid #619d70;
    border-radius: 6px;
}
.log-logo{
    text-align: center;
    margin-top: 32px;
}
.log-i{
    width: 326px;
    margin: 0 auto;
    padding-top: 20px;
}
.log-input-box{
    position: relative;
    margin-top: 16px;
}
.log-input-box2{
    position: relative;
    margin-top: 16px;
}
.log-input{
    width: 234px;
    height: 42px;
    border: 1px solid #77aa83;
    padding: 0 45px;
    /*background: url("../images/log-input-bg.png");*/
    background: rgba(255,255,255,0.15);
    border-radius: 4px;
    color: white;
    font-size: 14px;
}
.log-input-icon{
    position: absolute;
    top: 0;
    left: 10px;
    width: 28px;
    height: 44px;
}
.log-input-box2 .log-input{
    float: left;
    width: 106px;
    padding-left: 45px;
    padding-right: 20px;
}
.log-verf{
    float: right;
}
.log-btn{
    margin-top: 20px;
}
.log-btn input{
    width: 100%;
    height: 48px;
    background-color: #7fce20;
    border: 1px solid #8ce224;
    color: white;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
}
.log-copyright{
    margin-top: 254px;
    color: white;
    opacity: 0.4;
    font-size: 14px;
    text-align: center;
}
.log-copyright a{
    color: white;
    font-size: 14px;
}


.pd-info-left{
    float: left;
    width: 700px;
}





/*产品详情图片切换*/
.pd-info-left ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.rdtc-left{
    width: 700px;
    height: 540px;
    /*background-color: pink;*/
    float: left;
}
.rdtc-left-slide{
    /*background-color: #f6f7fb;*/
    width: 700px;
    height: 540px;
    position: relative;
}

.rdtc-left-slide .successlunbo {
    width: 680px;
    position: relative;
}
/* sildes css begin */

.rdtc-left-slide .control {
    float: right;
    width: 540px;
    height: 540px;
    /*background: #282828;*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rdtc-left-slide .change li {
    width: 540px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.rdtc-left-slide .change li .imgWrap {
    display: table-cell;
    width: 540px;
    height: 540px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

.rdtc-left-slide .change li img {
    width: 100%;
    /*max-width: 757px;*/
    /*max-height: 600px;*/
    /*width: expression(this.width > 757 && this.width > this.height ? 600: true);*/
    /*height: expression(this.height >757 ? 600: true);*/
    /*vertical-align: middle;*/
    /*overflow: hidden*/
}
/* 描述部分 */
.rdtc-left-slide .change li .textDesc {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
    display: none;
}

.rdtc-left-slide .change li .opacity {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.rdtc-left-slide .change li .title {
    padding: 10px 15px 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 22px;
    display: none;
}

.rdtc-left-slide .change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */
.rdtc-left-slide .ssprev,
.rdtc-left-slide  .ssnext {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 300px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    display: none;
}

.rdtc-left-slide .ssprev span,
.rdtc-left-slide .ssnext span {
    display: none;
}
.rdtc-left-slide .ssprev {
    left: 0;
    /*background: url(../images/arrows_01.png) no-repeat;*/
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
    _background: none
}
.rdtc-left-slide .ssnext {
    right: 0;
    /*background: url(../images/arrows_02.png) no-repeat;*/
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
    _background: none
}
/* 分页 */
.rdtc-left-slide .pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}
.rdtc-left-slide .pageClass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    background: #bebebe;
    border-radius: 5px;
    outline: none
}
.rdtc-left-slide .pageClass a span {
    display: none
}
.pageClass a:hover,
.pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}
/* 缩图部分 */

.rdtc-left-slide .thumbWrap {
    width: 122px;
    /*height: 600px;*/
    position: absolute;
    left: 0;
    top: 0;
    /*background: #0d0d0d;*/
    overflow: hidden;
}

.rdtc-left-slide .thumbWrap .thumbCont {
    height: 540px;
    overflow: hidden;
    position: relative;
    width: 122px;
    padding: 0 20px;
}
.rdtc-left-slide .thumbWrap ul li {
    /*height: 92px;*/
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    width: 122px;
}
.rdtc-left-slide .thumbWrap ul li div {
    display: table-cell;
    width: 80px;
    height: 70px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
}
.rdtc-left-slide .thumbWrap ul li img {
    max-width: 120px;
    max-height: 120px;
    width: expression(this.width > 120 && this.width > this.height ? 120: true);
    height: expression(this.height >120 ? 120: true);
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #e4e4e4;

}
.rdtc-left-slide .thumbWrap ul li.cur img{
    border: 1px solid #e67816;
}
/* 缩图按钮 */
.rdtc-left-slide .thumbPrev,
.rdtc-left-slide .thumbNext {
    width: 100px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
.rdtc-left-slide .thumbPrev span,
.rdtc-left-slide .thumbNext span {
    display: none;
}
.rdtc-left-slide .thumbPrev {
    display: none;
    left: 4px;
    top: 15px;
    /*background: url(../images/sprev.png) no-repeat;*/
    /*background: url("../images/up-arrow-sl.png") no-repeat center;*/
}
.rdtc-left-slide .thumbNext {
    display: none;
    left: 4px;
    bottom: 18px;
    /*background: url(../images/snext.png) no-repeat;*/
    /*background: url("../images/down-arrow-sl.png") no-repeat center;*/
}

/*产品详情图片切换结束*/







/*产品详情切换2开始*/
.pdi-left{
    position: relative;
    float: left;
    width: 700px;
}
.pdi-small{
    position: absolute;
    top: 0;
    left: 0;
    width: 122px;
}
.pdi-small .swiper-container{
    height: 542px;
}
.pdi-small .swiper-slide img{
    width: 120px;
    border: 1px solid #e4e4e4;
}
.pdi-small .swiper-slide.cur img{
    border: 1px solid #e67816;
}
.pdi-small .swiper-slide-active img{
}
.pdi-big{
    float: right;
    width: 540px;
}
.pdi-big ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pdi-big li{
    display: none;
}

/*产品详情切换2结束*/
.about-partner .index-partner-content{
    padding-top: 40px;
    padding-bottom: 120px;
}
.about-partner .ipart-box img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

#scrollDiv{width:1090px;border-top:0;overflow:hidden;height:82px; font-size:25px; float:right}
#scrollDiv ul{width:1090px;height:71px;overflow:hidden; padding:0}
#scrollDiv li{overflow:hidden;line-height:25px;vertical-align:bottom;zoom:1;border-bottom:#F6F6F6 solid 1px;height:30px;padding-top:5px}
#scrollDiv li p{ width:48%; float:left}
#scrollDiv li p:nth-child(2){ margin-left:4%;}
#scrollDiv li span{line-height:25px; padding-top:3px;}
#scrollDiv li a{color:#000;text-decoration:none; font-size:18px;}
#scrollDiv li a:hover{color:red;text-decoration:none}
.clear{ clear:both}